From f9ab1a24b8adde1b786dbb9ef5d60b41c7c056e9 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 23 Apr 2007 21:27:40 +0000 Subject: [PATCH] (Fstart_process): Doc fix. --- src/process.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/process.c b/src/process.c index dac751f790a..a129195b415 100644 --- a/src/process.c +++ b/src/process.c @@ -1562,9 +1562,10 @@ BUFFER is the buffer (or buffer name) to associate with the process. Process output (both standard output and standard error streams) goes at end of BUFFER, unless you specify an output stream or filter function to handle the output. BUFFER may also be nil, meaning that -this process is not associated with any buffer. PROGRAM is the -program file name. It is searched for in PATH. Remaining arguments -are strings to give program as arguments. +this process is not associated with any buffer. + +PROGRAM is the program file name. It is searched for in PATH. +Remaining arguments are strings to give program as arguments. If you want to separate standard output from standard error, invoke the command through a shell and redirect one of them using the shell -- 2.30.2